home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 2010 Software/Programs / PCGuia_programas.iso / Software / Utils / Advanced SystemCare / asc-setup.exe / {app} / tb / chrome / iobitcom.jar / content / options.xul < prev    next >
Encoding:
Extensible Markup Language  |  2009-12-23  |  14.3 KB  |  299 lines

  1. <?xml version="1.0"?>
  2.  
  3. <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
  4. <?xml-stylesheet href="chrome://iobitcom/skin/ebdialogstyle.css" type="text/css"?>
  5.  
  6. <dialog
  7.         id="ebOptionsDialog"
  8.         windowtype="EBOptionsDialog_CT2384137"
  9.     xmlns:html="http://www.w3.org/1999/xhtml"
  10.     xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  11.     onload="manager = new EBToolbarOptionsDialogManager_CT2384137(); manager.onload(event);"
  12.     onunload="manager.onunload(event);"
  13.     ondialogaccept="manager.ondialogAccept(event);"
  14.         title="Toolbar Options"
  15.         buttons="accept,cancel"
  16.         buttonlabelaccept="OK"
  17.         buttonlabelcancel="Cancel">
  18.  
  19.   <script type="application/x-javascript"  src="chrome://iobitcom/content/ctoolbar.js"/>
  20.   <script type="application/x-javascript">
  21.     var manager = null;
  22.   </script>
  23.  
  24.   <tabbox >
  25.     <tabs>
  26.       <tab id="tabPersonalComponents" label="Personal Components" />
  27.       <tab id="tabPredefinedComponents" label="Predefined Components" />
  28.       <tab id="tabThirdPartyComponents" label="Useful Components" />
  29.       <tab id="tabMyStuffComponents" label="My Stuff" />
  30.       <tab id="tabAdditionalSettings" label="Additional Settings" />
  31.     </tabs>
  32.     <tabpanels>
  33.       <tabpanel id="tpPersonalComponents"  >
  34.         <vbox flex="1">
  35.           <label id="lblPersonalComponents" value="Personal Components" style="font-weight:bold;" />
  36.           <hbox class="indent">
  37.             <html:div id="dscPersonalComponents">
  38.               You can choose to include these additional useful components in the toolbar.
  39.             </html:div>
  40.           </hbox>
  41.           <separator class="groove"/>
  42.           <spacer height="5" />
  43.           <hbox class="indent">
  44.             <hbox style="height:200px;width:350px;">
  45.               <grid>
  46.                 <columns>
  47.                   <column />
  48.                   <column />
  49.                 </columns>
  50.                 <rows>
  51.                   <row align="start" id="rowEmail" style="margin-bottom:20px;">
  52.                     <vbox>
  53.                       <checkbox src="chrome://iobitcom/skin/email.png"  id="checkEMailNotifier" label="E-mail Notifier" accesskey="E"  />
  54.                       <spacer height="2" />
  55.                       <hbox class="indent">
  56.                         <button id="btnEMailNotifier" label="E-mail Notifier Settings..." oncommand="manager.personalComponentsDialogManager.onCommandEMailNotifier(event);" />
  57.                       </hbox>
  58.                     </vbox>
  59.                     <spacer width="10" />
  60.                     <vbox >
  61.                       <html:div id="dscEmailNotifier" style="width:260px">
  62.                         Automatically notifies you of new<html:br/>
  63.                         emails that you receive.
  64.                       </html:div>
  65.                     </vbox>
  66.                   </row>
  67.                   
  68.                   <row align="start" id="rowPrivacy" style="margin-bottom:20px">
  69.                     <vbox>
  70.                       <checkbox src="chrome://iobitcom/skin/block.png" id="checkPrivacy" label="Privacy Button" />
  71.                     </vbox>
  72.                     <spacer width="10" />
  73.                     <vbox >
  74.                       <html:div id="dscPrivacy" style="width:260px">
  75.                         Includes cookie cleaner, history cleaner,<html:br/>
  76.                         and cache cleaner.
  77.                       </html:div>
  78.                     </vbox>
  79.                   </row>
  80.                   
  81.                   <row align="start" id="rowWeather" style="margin-bottom:20px">
  82.                     <vbox>
  83.                       <checkbox src="chrome://iobitcom/skin/weather.png" id="checkWeather" label="Weather" />
  84.                     </vbox>
  85.                     <spacer width="10" />
  86.                     <vbox >
  87.                       <html:div id="dscWeather" style="width:260px">
  88.                         Shows the current weather and a 3 day forecast,<html:br/>
  89.                         locally and globally.
  90.                       </html:div>
  91.                     </vbox>
  92.                   </row>
  93.                   
  94.                   <row align="start" id="rowRadio" style="margin-bottom:13px">
  95.                     <vbox>
  96.                       <checkbox src="chrome://iobitcom/skin/radio/RadioPlayChev.ico" id="checkRadio" label="Online Radio Player" />
  97.                     </vbox>
  98.                     <spacer width="10" />
  99.                     <vbox >
  100.                       <html:div id="dscRadio" style="width:260px">
  101.                         Lets you easily listen to online radio stations and podcasts.
  102.                       </html:div>
  103.                     </vbox>
  104.                   </row>
  105.  
  106.                   <row align="start" id="rowFacebook" style="margin-bottom:13px">
  107.                     <vbox>
  108.                       <checkbox src="chrome://iobitcom/skin/facebook/facebookOptions.png" id="checkFacebook" label="Facebook" />
  109.                       <spacer height="2" />
  110.                       <hbox class="indent">
  111.                         <button id="btnFacebook" label="Facebook Settings..." oncommand="manager.personalComponentsDialogManager.onCommandFacebook(event);" />
  112.                       </hbox>
  113.                     </vbox>
  114.                     <spacer width="10" />
  115.                     <vbox >
  116.                       <html:div id="dscFacebook" style="width:260px">
  117.                         Gives you access to all your Facebook stuff and even sends you desktop alerts.
  118.                       </html:div>
  119.                     </vbox>
  120.                   </row>
  121.                   
  122.                   <row align="start" id="rowAlertSettings">
  123.                     <vbox>
  124.                       <hbox class="indent">
  125.                         <button id="btnAlertSettings" label="Alert Settings..." oncommand="manager.personalComponentsDialogManager.onCommandAlertSettings(event);" />
  126.                       </hbox>
  127.                     </vbox>
  128.                     <spacer width="10" />
  129.                     <vbox>
  130.                       <html:div id="dscAlertSettings" style="width:260px">
  131.                         Alert are community messages you can get right to your desktop.
  132.                       </html:div>
  133.                     </vbox>
  134.                   </row>
  135.                 </rows>
  136.               </grid>
  137.             </hbox>
  138.           </hbox>
  139.         </vbox>
  140.       </tabpanel>
  141.       <tabpanel id="tpPredefinedComponents">
  142.         <vbox flex="1">
  143.           <label id="lblPredefinedComponents" value="Predefined Components" style="font-weight:bold;" />
  144.           <hbox class="indent">
  145.             <html:div id="dscPredefinedComponents">
  146.               You can select which one of these predefined components to add and remove from the toolbar.
  147.             </html:div>
  148.           </hbox>
  149.           <separator class="groove"/>
  150.           <spacer height="5" />
  151.           <hbox class="indent"    >
  152.             <hbox >
  153.               <listbox id="listPredefinedComponents" rows="10" width="360"
  154.                                      onselect="manager.predefinedComponentsDialogManager.listbox_onSelect(event)"
  155.                                      onkeypress="manager.predefinedComponentsDialogManager.listbox_onKeyPress(event)">
  156.                 <listcols id="listcolsPredefinedComponents">
  157.                   <listcol flex="0"/>
  158.                   <listcol flex="1"/>
  159.                 </listcols>
  160.               </listbox>
  161.               <vbox>
  162.                 <button label="hide" oncommand="manager.predefinedComponentsDialogManager.onShowHide(event)"
  163.                                     id="showHideButton" />
  164.                 <button label="delete" oncommand="manager.predefinedComponentsDialogManager.onDelete(event)"
  165.                                     id="deleteButton" disabled="true"/>
  166.                 <spacer height="50" />
  167.                 <hbox>
  168.                   <vbox>
  169.                     <button id="btnUp" style="min-height:25px" image="chrome://global/skin/arrow/arrow-up.gif" 
  170.                             oncommand="manager.predefinedComponentsDialogManager.onMoveUp(event)"/>
  171.                     <button id="btnDown" style="min-height:25px" image="chrome://global/skin/arrow/arrow-dn.gif" 
  172.                             oncommand="manager.predefinedComponentsDialogManager.onMoveDown(event)"/>
  173.                   </vbox>
  174.                 </hbox>
  175.               </vbox>
  176.             </hbox>
  177.           </hbox>
  178.           <!--
  179.           <separator class="groove"/>
  180.           -->
  181.           <spacer height="5" />
  182.         </vbox>
  183.       </tabpanel>
  184.       <tabpanel id="tpThirdPartyComponents">
  185.         <vbox flex="1">
  186.           <label id="lblThirdPartyComponents" value="Useful Components" style="font-weight:bold;" />
  187.           <hbox class="indent">
  188.             <html:div id="dscThirdPartyComponents">
  189.               You can choose to include these additional useful components in the toolbar.
  190.             </html:div>
  191.           </hbox>
  192.           <separator class="groove"/>
  193.           <spacer height="5" />
  194.           <hbox class="indent"    >
  195.             <hbox >
  196.               <listbox id="listThirdPartyComponents" rows="10" width="360"
  197.                     onselect="manager.thirdPartyComponentsDialogManager.listbox_onSelect(event)"
  198.                                       onkeypress="manager.thirdPartyComponentsDialogManager.listbox_onKeyPress(event)">
  199.                 <listcols id="listcolsThirdPartyComponents">
  200.                   <listcol flex="0"/>
  201.                   <listcol flex="1"/>
  202.                 </listcols>
  203.               </listbox>
  204.               <vbox>
  205.                 <button label="hide" oncommand="manager.thirdPartyComponentsDialogManager.onShowHide(event)"
  206.                                     id="btnShowHide3rdParty" />
  207.               </vbox>
  208.             </hbox>
  209.           </hbox>
  210.           <!--
  211.           <separator class="groove"/>
  212.           -->
  213.           <spacer height="5" />
  214.         </vbox>
  215.       </tabpanel>
  216.       <tabpanel id="tpMyStuffComponents">
  217.         <vbox flex="1">
  218.           <label id="lblMyStuffComponents" value="My Stuff" style="font-weight:bold;" />
  219.           <hbox class="indent">
  220.             <html:div id="dscMyStuffComponents" >
  221.               The components you added to your toolbar are listed below.
  222.               Select a component and then an action button.
  223.             </html:div>
  224.           </hbox>
  225.           <separator class="groove"/>
  226.           <spacer height="5" />
  227.           <hbox class="indent"    >
  228.             <hbox >
  229.               <listbox id="listMyStuffComponents" rows="10" width="360"
  230.                                      onselect="manager.MyStuffComponentsDialogManager.listbox_onSelect(event)"
  231.                                      onkeypress="manager.MyStuffComponentsDialogManager.listbox_onKeyPress(event)">
  232.                 <listcols id="listcolsMyStuffComponents">
  233.                   <listcol flex="0"/>
  234.                   <listcol flex="1"/>
  235.                 </listcols>
  236.               </listbox>
  237.               <vbox>
  238.                 <button label="hide" oncommand="manager.MyStuffComponentsDialogManager.onShowHide(event)"
  239.                                     id="showHideButtonMyStuff" />
  240.                 <button label="delete" oncommand="manager.MyStuffComponentsDialogManager.onDelete(event)"
  241.                                     id="deleteButtonMyStuff" disabled="true"/>
  242.                 <spacer height="50" />
  243.                 <hbox>
  244.                   <vbox>
  245.                     <button id="btnUpMyStuff" style="min-height:25px" image="chrome://global/skin/arrow/arrow-up-sharp.gif"
  246.                             oncommand="manager.MyStuffComponentsDialogManager.onMoveUp(event)"/>
  247.                     <button id="btnDownMyStuff" style="min-height:25px" image="chrome://global/skin/arrow/arrow-dn-sharp.gif"
  248.                             oncommand="manager.MyStuffComponentsDialogManager.onMoveDown(event)"/>
  249.                   </vbox>
  250.                 </hbox>
  251.               </vbox>
  252.             </hbox>
  253.           </hbox>
  254.           <!--
  255.           <separator class="groove"/>
  256.           -->
  257.           <spacer height="5" />
  258.         </vbox>
  259.       </tabpanel>
  260.       <tabpanel id="tpAdditionalSettings">
  261.         <vbox flex="1">
  262.           <label id="lblAdditionalSettings" value="Additional Settings" style="font-weight:bold;" />
  263.           <hbox class="indent">
  264.             <html:div id="dscAdditionalSettings">
  265.               Additional settings of the toolbar.
  266.             </html:div>
  267.           </hbox>
  268.           <separator class="groove"/>
  269.           <spacer height="5" />
  270.           <hbox>
  271.             <hbox width="23"/>
  272.             <vbox>
  273.               <checkbox id="checkEnableHistory" crop="start" style="width:400px" label="Enable search box history" class="optionsSettingsCheckbox" />
  274.               <spacer height="5" />
  275.               <checkbox id="checkEnableSuggest" crop="start" style="width:400px" label="Suggest search from my search history"/>
  276.               <hbox class="optionsSettingsCheckbox">
  277.                 <spacer width="23"/>
  278.                 <button id="btnClearHistory" label="Clear search history" onclick="manager.settingsDialogManager.clearAllSearchHistory(true);" />
  279.               </hbox>
  280.               <checkbox id="checkEnableUsage" crop="start" style="width:400px" label="Send usage statistics (help us improve our toolbar)" class="optionsSettingsCheckbox" />
  281.               <checkbox id="checkEnableClickToSearchBox" crop="start" style="width:400px" label="Enable select to search box (selecting text on the page will send it to the search box)." class="optionsSettingsCheckbox" />
  282.               <checkbox id="checkEnableSearchBackToDefault" crop="start" style="width:400px" label="Always revert to default search engine." class="optionsSettingsCheckbox" />
  283.               <checkbox id="checkDontShowMCDetectedPopup" crop="start" style="width:400px" label="Show tooltip when community toolbar detected." class="optionsSettingsCheckbox" />
  284.               <checkbox id="checkFixPageNotFoundError" crop="start" style="width:400px" label='Fix "page not found" errors.' class="optionsSettingsCheckbox" />
  285.               <checkbox id="checkSearchInNewTab" crop="start" style="width:400px" label='Show the Search page when opening a new tab.' class="optionsSettingsCheckbox" />
  286.               <checkbox id="checkSearchFromAddress" crop="start" style="width:400px" label='Enable search from address bar.' class="optionsSettingsCheckbox" />
  287.             </vbox>
  288.           </hbox>
  289.           <spacer height="17" />
  290.           <!--
  291.           <separator class="groove"/>
  292.           -->
  293.           <spacer height="5" />
  294.         </vbox>
  295.       </tabpanel>
  296.     </tabpanels>
  297.   </tabbox>
  298. </dialog>
  299.